home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 012 / silence.arc / SILENCE.DOC < prev   
Encoding:
Text File  |  1986-05-07  |  2.5 KB  |  44 lines

  1.                                      SILENCE
  2.                                    Version 1.0
  3.                        Copywrite (c) 1985 by Carl Burtner
  4.  
  5. Program Description: SILENCE is a resident addition to DOS that reduces
  6. or eliminates most program so unds.  Beeps are shortened and melodies
  7. are reduced to one short beep followed by a series of clicks.  Some
  8. sound effects using very short duration tones may still sound.  The
  9. program functions by intercepting the system c lock tick interrupt.
  10. Once installed (by entering the command SILENCE), at every tick (18.2
  11. times a second) the speaker is turned off and timer 2 is set to produce
  12. a single click.  The program can be turned ON (no sound) or OFF (sounds
  13. a llowed) through the commands SILENCE ON and SILENCE OFF. Communication
  14. with the installed program (to turn it ON and OFF) is accomplished
  15. through use of the unformatted data area of the program segment prefix
  16. of the installe d program.  This communication can be disrupted by other
  17. programs which intercept the system clock tick (such as a printer
  18. spooler).  If communication is not possible the user is notified.
  19. SILENCE should be compatible with most programs.  If interference is
  20. caused by another resident program, try switching the order in which the
  21. programs are installed.
  22.  
  23. Commands: SILENCE -
  24.  
  25. Entering SILENCE without parameters installs the resident portion of the
  26. program and silences the speaker.  As Silence is a resident addition to
  27. DOS, available memory will be decreased by the size of the program (300
  28. bytes).  SILENCE checks duri ng installation to see if the resident
  29. portion has already been installed.  If it has, or if another resident
  30. program exists which may interfere with the operation of SILENCE, the
  31. user is given the option to abort or continue with the installation.
  32. Installing more than one copy of SILENCE serves no useful purpose.
  33. Every copy installed consumes 300 bytes of memory, increases clock tick
  34. interrupt service overhead, and causes the setting of all but the last
  35. copy installed to be fixed (it can no longer be changed from ON to OFF
  36. or OFF to ON).
  37.  
  38. SILENCE ON - Turns SILENCE ON. Program sounds will no longer be heard.
  39. Error messages are returned if SILENCE has not been installed or if
  40. changing the setting is not possible.  SILENCE OFF - Turns SILENCE OFF.
  41. Program sounds will now be heard.  Error messages are returned if
  42. SILENCE has not been installed or if changing t he setting is not
  43. possible.  SILENCE ? - Program information (you're reading it).
  44.